home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 6-Pak - Disc 5
/
Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO
/
Misc-Programming-Tools
/
sesidtaq.exe
/
install.exe
/
0
/
RCDATA
/
TFORM3
/
TFORM3.txt
Wrap
Text File
|
1998-01-26
|
2KB
|
108 lines
object Form3: TForm3
Left = 275
Top = 107
ActiveControl = BitBtn1
BorderStyle = bsDialog
Caption = 'Select Directory'
ClientHeight = 296
ClientWidth = 238
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 4
Top = 92
Width = 60
Height = 13
Caption = 'File Location'
end
object Label2: TLabel
Left = 4
Top = 132
Width = 50
Height = 13
Caption = 'Directories'
end
object Label3: TLabel
Left = 4
Top = 256
Width = 33
Height = 13
Caption = 'Drives:'
end
object DriveComboBox1: TDriveComboBox
Left = 4
Top = 268
Width = 137
Height = 19
DirList = DirectoryListBox1
TabOrder = 0
end
object DirectoryListBox1: TDirectoryListBox
Left = 4
Top = 148
Width = 137
Height = 97
ItemHeight = 16
TabOrder = 1
OnChange = DirectoryListBox1Change
end
object Edit1: TEdit
Left = 4
Top = 104
Width = 225
Height = 21
TabOrder = 2
Text = 'C:\Program Files'
end
object BitBtn1: TBitBtn
Left = 152
Top = 152
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object BitBtn2: TBitBtn
Left = 152
Top = 192
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 4
end
object GroupBox1: TGroupBox
Left = 4
Top = 0
Width = 229
Height = 85
TabOrder = 5
object Memo1: TMemo
Left = 2
Top = 15
Width = 225
Height = 68
Align = alClient
BorderStyle = bsNone
Lines.Strings = (
'Double click on directory to open folder or type '
'directory location in box bellow.'
''
'if directory does not exists it will automaticaly be'
'created.')
ParentColor = True
TabOrder = 0
end
end
end